(Flength, Felt, Ffillarray): Remove loop around wrong_type_argument.
authorKim F. Storm <storm@cua.dk>
Wed, 12 Jul 2006 13:17:13 +0000 (13:17 +0000)
committerKim F. Storm <storm@cua.dk>
Wed, 12 Jul 2006 13:17:13 +0000 (13:17 +0000)
commit5ba2d781f46dfaee9826d08e7b4d5e9345b6d0d2
treebed85c0840909879ae84883a16e67f1613703ceb
parent9c916cff3bf45ed73081f21a88f14f8cfac91b1c
(Flength, Felt, Ffillarray): Remove loop around wrong_type_argument.
(Fcopy_sequence, concat): Cleanup wrong_type_argument use.
(concat): Use CHECK_NUMBER.
(Felt): Use CHECK_ARRAY.
(Fsubstring, substring_both): Use CHECK_VECTOR_OR_STRING.
(Fmemq): Use CHECK_LIST.
(Fassq, Fassoc, Frassq, Frassoc): Use CAR.
(assq_no_quit): Use CAR_SAFE.
(Fnthcdr, Fmember, Fdelq, Fdelete, Fnreverse, Fnconc):
Use CHECK_LIST_CONS.
(Freverse, Fplist_get, Flax_plist_get): Use CHECK_LIST_END.
src/fns.c